Revert "Default to hard margins not available"
authorChristian Persch <chpe@gnome.org>
Tue, 1 Dec 2009 18:00:42 +0000 (19:00 +0100)
committerChristian Persch <chpe@gnome.org>
Tue, 1 Dec 2009 18:00:58 +0000 (19:00 +0100)
This reverts commit a77f209f23e78da6e63495b0ef873e28a371e084.

gtk/gtkprintbackend.c

index 648a47248c4cc2514d33ce8cc97a855d81cf57a5..4b8b0dedf3ddf566ce10f911d3100f2543886f7c 100644 (file)
@@ -501,7 +501,12 @@ fallback_printer_get_hard_margins (GtkPrinter *printer,
                                   gdouble    *left,
                                   gdouble    *right)
 {
-  return FALSE;
+  *top = 0;
+  *bottom = 0;
+  *left = 0;
+  *right = 0;
+
+  return TRUE;
 }
 
 static GList *